projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c2d68
)
imx: mx6: hab : Remove the cache issue workaroud in hab for i.MX6QP
author
Ye.Li
<
[email protected]
>
Sat, 11 Jul 2015 03:38:44 +0000
(11:38 +0800)
committer
Stefano Babic
<
[email protected]
>
Sun, 2 Aug 2015 08:45:41 +0000
(10:45 +0200)
Since the i.MX6QP has fixed the issue in boot ROM, so remove the workaround
for i.MX6QP.
Signed-off-by: Ye.Li <
[email protected]
>
Signed-off-by: Peng Fan <
[email protected]
>
Acked-by: Stefano Babic <
[email protected]
>
arch/arm/cpu/armv7/mx6/hab.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx6/hab.c
b/arch/arm/cpu/armv7/mx6/hab.c
index 87f422d03968bbda6134033d1cfd2c480ee92200..27cabe477d9e05e3d433eafdf5ee7d8b2448d8ec 100644
(file)
--- a/
arch/arm/cpu/armv7/mx6/hab.c
+++ b/
arch/arm/cpu/armv7/mx6/hab.c
@@
-423,7
+423,8
@@
uint32_t authenticate_image(uint32_t ddr_start, uint32_t image_size)
* do cache flushes. don't think any
* exist, so we ignore them.
*/
- writel(1, MX6DQ_PU_IROM_MMU_EN_VAR);
+ if (!is_mx6dqp())
+ writel(1, MX6DQ_PU_IROM_MMU_EN_VAR);
} else if (is_cpu_type(MXC_CPU_MX6DL) ||
is_cpu_type(MXC_CPU_MX6SOLO)) {
writel(1, MX6DLS_PU_IROM_MMU_EN_VAR);